home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 March / Disc 1 / PCU030201.iso / ads / files / benchmark.swf / scripts / DefineButton2_8 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2001-10-24  |  86 b   |  7 lines

  1. on(release){
  2.    tellTarget("_level0/Menu/B")
  3.    {
  4.       gotoAndPlay(10);
  5.    }
  6. }
  7.